PersonaOtherAddresses Property |
Gets the other addresses.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<PersonaPostalAddressAttributedValue> OtherAddresses { get; }Public ReadOnly Property OtherAddresses As IList(Of PersonaPostalAddressAttributedValue)
Get
Property Value
Type:
IListPersonaPostalAddressAttributedValue
The other addresses.
See Also